home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global t, d
- puppetSound(7, 0)
- puppetSound(5, 0)
- puppetSound(6, 0)
- puppetSound(3, 0)
- puppetSound(2, 0)
- mixdown()
- put " " into field "advert"
- puppetSound(1, 0)
- puppetSprite(1, 0)
- puppetSprite(2, 0)
- puppetSprite(3, 0)
- puppetSprite(4, 0)
- repeat with t = 1 to 10000
- nothing()
- end repeat
- set d to random(6)
- if d = 1 then
- puppetSound(1, 202)
- end if
- if d = 2 then
- puppetSound(1, 205)
- end if
- if d = 3 then
- puppetSound(1, 211)
- end if
- if d = 4 then
- puppetSound(1, 213)
- end if
- if d = 5 then
- puppetSound(1, 241)
- end if
- if d = 6 then
- puppetSound(1, 242)
- end if
- unLoadCast()
- go("a")
- end
-